*{
    padding: 0;
    margin: 0;
}
a{
    color: #333333;
    text-decoration: none;

}
/* @font-face {
    font-family: "shsCN";
    src: url("../font/SourceHanSansCN-Bold.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "pang";
    src: url("../font/PangMenZhengDaoBiaoTiTi-1.ttf");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: "fangzheng";
    src: url("../font/方正小标宋_GBK.TTF");
    font-weight: normal;
    font-style: normal;
}
.top_banner{
    width: 100%;
    height: 400px;
    background-image: url(../img/banner6.png);
    background-position: center;
    position: relative;
}
.t_b_t_b{
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.hy{
    color: #ffffff;
    font-size: 14px;
}
.time_top{
    margin-left: 35px;
}
.t_b_t_b_right{
    display: flex;
}
.top_li{
    display: flex;
    align-items: center;
    color: #ffffff;
    justify-content: center;
    width: 120px;
    font-size: 14px;
}
.top_li>img{
    margin-right: 5px;
}
.banner-p-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: justify;
    width: 100%;
}
.banner_p{
    font-family: "fangzheng";
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 10.6px;
    text-align: center;
    /* text-shadow: 2px 2px 3px #505050; */
    background: linear-gradient(to bottom, #ffff, #d5e7ff, #c6dfff, #7db5ff, #3b78c8);
    -webkit-background-clip: text;
    color: transparent;
}
.banner_p2{
    font-family: "fangzheng";
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 6px;
    text-align: center;
    /* text-shadow: 2px 2px 3px #505050; */
    background: linear-gradient(to bottom, #ffff, #d5e7ff, #c6dfff, #7db5ff, #3b78c8);
    -webkit-background-clip: text;
    color: transparent;
}
.code_box{
    position: absolute;
    display: flex;
    bottom: 20px;
    right: 30px;
}
.c_i_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding: 4px;
    box-sizing: border-box;
}
.c_i_box>img{
    height: 80px;
    width: 80px;
}
.c_i_box>span{
    font-size: 12px;
}

.top_nav_box{
    width: 100%;
    height: 65px;
    box-shadow: 0 5px 10px #e4e4e4;
    background-image: linear-gradient(rgba(74, 153, 255, 1.00), rgba(52, 104, 172, 1.00));
}
.t_nav_midel{
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}
.nav_list{
    display: flex;
    height: 100%;
    width: 100%;
}
.nav_li{
    font-size: 16px;
    color: #ffffff;
    height: 100%;
    /* width: 170px; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    position: relative;
    /* display: block; */
    flex: 1;
}
.active-n-icon{
    display: none;
}
.nav_li>a{
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}
.nav_li:hover{
    color: rgba(41, 134, 255, 1.00);
    background-color: #D5E7FF;
}
.nav_li:hover>a{
    color: rgba(41, 134, 255, 1.00);
}
.nav_li:hover>a>.n-icon{
    display: none;
}
.nav_li:hover>a>.active-n-icon{
    display: block;
}
.nav_list>.active{
    color: rgba(41, 134, 255, 1.00);
    background-color: #D5E7FF;
}
.active>a{
    color: rgba(41, 134, 255, 1.00);
}
.active>a>.n-icon{
    display: none;
}
.active>a>.active-n-icon{
    display: block;
}
.search_box{
    display: flex;
    align-items: center;
    height: 100%;
}
.keyword{
    width: 176px;
    height: 32px;
    background-color: #ffffff;
    border: none;
    color: #999999;
    text-indent: 1em;
    outline: none;
}
.btn{
    width: 48px;
    height: 32px;
    background-color: #104B97;
    border: none;
    background-image: url(../img/search.png);
    background-position: center;
    background-repeat: no-repeat;
}
.secondary {
    width: 100%;
    /* background-image: linear-gradient(rgba(74, 153, 255, 1.00), rgba(52, 104, 172, 1.00));; */
    background-color: rgba(52, 104, 172, 1.00);
    border-radius: 13px;
    box-sizing: border-box;
    margin: auto;
    position: absolute;
    top: 65px;
    z-index: 10;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    overflow: hidden;
    display: none;
    transition: all 0.3s;
}
.secondary>a{
    padding: 15px 0;
    width: 100%;
    color: #ffffff;
    /* font-size: 14px; */
    display: block;
    text-align: center;
    transition: all 0.3s;
}
.secondary>a:hover{
    color: rgba(41, 134, 255, 1.00);
    background-color: #D5E7FF;
}
.nav_li:hover>.secondary{
    display: block;
}

.right-nav{
    display: flex;flex-direction: column;align-items: center;
    position: fixed;
    right: 60px;
    top: 55%;
    z-index: 999;
    background-color: #fff;
    border-radius: 8px;
    /* overflow: hidden; */
}
.img-quang{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-quang>img{
    width: 38px;
}
.board{
    /* margin-bottom: 13px; */
    background-color: #ffffff;
    
    cursor: pointer;
    transition: all .3s;
    padding: 10px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #6198df;
    color: #ffffff;
}
.board>p{
    font-size: 12px;transition-duration: .3s
}


.board:hover>p{
    color: #ffffff;
}
.tel-Frame{
    position: absolute;
    left: -188px;
    /* top: 0px; */
    width: 130px;
    /* height: 80px; */
    padding: 15px 24px;
    border-radius: 18px;
    box-shadow: 0 0 5px #d7d7d7;
    background-color: #ffffff;
    transition: all 0.5s;
    display: none;
    z-index: 10;
}
.tel-Frame span{
    font-size: 16px;
    color: #333333;
}
.tel-Frame P{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.fiexd-xian {
    /* width: 70%; */
    border-top: 1px dashed #999;
}

.board:hover .tel-Frame{
    display: block;
}







.foot{
    width: 100%;
    /* height: 348px; */
    background-color: #004DB1;
    padding: 26px 0;
    box-sizing: border-box;
}
.foot_midel{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
/* .Friendly_link{

} */
.xglj_p{
    width: 1200px;
    margin: auto;
    color: red;
}
.line_box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    margin: auto;
}
.line_img{
    height: 65px;
    cursor: pointer;
}
.f_l_p{
    color: #ffffff;
    margin-bottom: 30px;
}
.Friendly_link>ul{
    list-style-type: none;
}
.Friendly_link>ul>li{
    padding: 9px 0;
}
.Friendly_link>ul>li>a{
    color: #ffffff;
}
.gzh{
    color: #ffffff;
    margin-top: 8px;
    text-align: center;
}
.foot_line{
    width: 1400px;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    margin: 30px auto;
}
.foot_organizer{
    text-align: center;
    color: #ffffff;
}